Class LinepayEndRegkeyOutput

Description

LINE Pay利用承諾終了 出力パラメータクラス

Located in /com/gmo_pg/client/output/LinepayEndRegkeyOutput.php (line 11)

BaseOutput
   |
   --LinepayEndRegkeyOutput
Method Summary
 LinepayEndRegkeyOutput __construct ([IgnoreCaseMap $params = null])
 string getRegKey ()
 string getStatus ()
 void setRegKey (string $regKey)
 void setStatus (string $status)
 string toString ()
Methods
Constructor __construct (line 28)

コンストラクタ

  • access: public
LinepayEndRegkeyOutput __construct ([IgnoreCaseMap $params = null])

Redefinition of:
BaseOutput::__construct()
コンストラクタ
getRegKey (line 46)

RegKey取得

  • return: RegKey
  • access: public
string getRegKey ()
getStatus (line 53)

ステータス取得

  • return: ステータス
  • access: public
string getStatus ()
setRegKey (line 62)

RegKey設定

  • access: public
void setRegKey (string $regKey)
  • string $regKey
setStatus (line 70)

ステータス設定

  • access: public
void setStatus (string $status)
  • string $status
toString (line 81)

文字列表現

現在の各パラメータを、パラメータ名=値&パラメータ名=値の形式で取得します。

  • return: 出力パラメータの文字列表現
  • access: public
string toString ()

Redefinition of:
BaseOutput::toString()
文字列表現

Inherited Methods

Inherited From BaseOutput

 BaseOutput::__construct()
 BaseOutput::encodeStr()
 BaseOutput::getCsvResponse()
 BaseOutput::getErrList()
 BaseOutput::isErrorOccurred()
 BaseOutput::nullToEmpty()
 BaseOutput::setCsvResponse()
 BaseOutput::setErrList()
 BaseOutput::toString()

Documentation generated on Thu, 18 Jan 2024 19:59:11 +0900 by phpDocumentor 1.4.3